# This file is used as a template used to generate the hidden file .runupdate.sh
# percent1 is a place-holder for the full path of the update.sh script
# percent2 is a place-holder for the full path of the Omnis executable inside the bundle
# The update processing in the core fills in the place-holders and then writes the file to .runupdate.sh in the studio folder
# It then runs .runupdate.sh
"%1"
rm "%1"
"%2" &
